home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 40
/
Mac Magazin and MacEasy Magazine CD - Issue 40.iso
/
Software
/
Entwickler
/
Fantasm™5 Demo
/
Fantasm 5
/
Anvil low level defs
/
General_usage.def
< prev
next >
Wrap
Text File
|
1997-08-31
|
2KB
|
134 lines
**Bugs to lightsoft@zedworld.demon.co.uk
**Thank you
*© Lightsoft 1995/1996.
******General useage imports def.
**This file should be the last .def to be included, so that the IFND directives
**can take effect.
**25th June 1996.
if PPC
**INIT
ifnd InitGraf
import InitGraf
endc
ifnd InitFonts
import InitFonts
endc
ifnd InitWindows
import InitWindows
endc
ifnd InitMenus
import InitMenus
endc
ifnd TEInit
import TEInit
endc
ifnd InitDialogs
import InitDialogs
endif
ifnd InitCursor
import InitCursor
endif
**Dialogs
ifnd Alert
IMPORT Alert
endif
ifnd NewDialog
IMPORT NewDialog
endif
ifnd GetNewDialog
IMPORT GetNewDialog
endif
ifnd CloseDialog
IMPORT CloseDialog
endif
ifnd DisposeDialog
IMPORT DisposeDialog
endif
ifnd ParamText
IMPORT ParamText
endif
ifnd ModalDialog
IMPORT ModalDialog
endif
ifnd DialogSelect
IMPORT DialogSelect
endif
ifnd DrawDialog
IMPORT DrawDialog
endif
ifnd UpdateDialog
IMPORT UpdateDialog
endif
**Time
ifnd ReadDateTime
IMPORT ReadDateTime
endif
ifnd GetDateTime
IMPORT GetDateTime
endif
ifnd GetTime
IMPORT GetTime
endif
ifnd SecondsToDate
IMPORT SecondsToDate
endif
ifnd SysBeep
IMPORT SysBeep
endif
**Debugger
ifnd Debugger
IMPORT Debugger
endif
ifnd DebugStr
IMPORT DebugStr
endif
**Windows
ifnd GetNewWindow
IMPORT GetNewWindow
endif
ifnd GetNewCWindow
IMPORT GetNewCWindow
endif
ifnd ShowWindow
IMPORT ShowWindow
endif
ifnd CloseWindow
IMPORT CloseWindow
endif
ifnd DisposeWindow
IMPORT DisposeWindow
endif
endif